Edit Task: SetResourceDetails ResourceBreakdown
Description
The ResourceBreakdown attribute under EditTask defines the resource usage's breakdown time for the specified resource for all of the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text of the resource that is being defined within the command. |
BreakdownTime | A numerical value that represents seconds (millisecond fidelity). |
Examples
Change the breakdown time to 14.7s for all possibilities that use ResB in TaskA.
PATCH api/task/TaskA
Body:
{
"SetResourceDetails" : {
"ResourceName" : "ResB",
"BreakdownTime" : "14.7" }
}